UserPreferencesDataSourceImpl_Factory
Constructors
Link copied to clipboard
constructor(datastoreProvider: Provider<DataStore<UserDataPreferences>>, ioDispatcherProvider: Provider<CoroutineDispatcher>)
Functions
Link copied to clipboard
open fun create(datastoreProvider: Provider<DataStore<UserDataPreferences>>, ioDispatcherProvider: Provider<CoroutineDispatcher>): UserPreferencesDataSourceImpl_Factory
Link copied to clipboard
open fun newInstance(datastore: DataStore<UserDataPreferences>, ioDispatcher: CoroutineDispatcher): UserPreferencesDataSourceImpl